*, *:after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
	padding: 0;
    margin: 0;
    /*background: url(../img/layout/body-bg.png);*/
    background-repeat: repeat-x;
    font-size: 16px;
    font-family: 'Mukta Mahee', sans-serif;
    color: #333;
    position: relative;
}

.body-gradient {
	background: linear-gradient(#eaeaea,transparent);
	background-image: url(../img/layout/bg.png), linear-gradient(#eaeaea, transparent); /* W3C */
	height: calc(100% - 134px);
    position: absolute;
    width: 100%;
    top: 134px;
    z-index: -1;
}

body.basic {
	background: #fff;
}

p {
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 1.25em;
}

p > a {
	color: #333;
	font-weight: 700;
	text-decoration: underline;
}

a {
  color: #333;
}

p a {
  text-decoration: underline;
}

p > a:hover {
	color: #000;	
}


html.static {
  overflow: hidden;
}

body.static {
  overflow: hidden;
}

.verejnezakazky p {
    margin-bottom: 0.3em;
}

.main-content .verejnezakazky h2,
.main-content .verejnezakazky h3 {
	margin-bottom: 0.3em;
}

/* Header */

.header-content {
	padding-top: 1em;
	padding-left: 0;
	padding-right: 0;
}

.header-top {
	position: relative;
	height: 80px;
	background: #fff;
}

.header-top-items {
	position: relative;
	height: 80px;
}

.header-top-items > a {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    margin-right: 30px;
}

.header-top-items > a::before {
	content: none;
}

.header-top-items > a.header-item-1::before {
	content: '';
	position: absolute;
    top: 14px;
    right: -10px;
	width: 2px;
	height: 46px;
	background: rgba(204,204,204,.5);
}

.frame-page {
	border-bottom: 5px solid #00A74E;
	margin-bottom: 20px;
	background: #fff;
	padding-bottom: 12px;
}

.submenu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: absolute;
	right: 0;
	top: 30px;
}

.submenu > li {
	display: inline-block;
	padding-left: 2em;
}

.submenu > li > a {
	color: #00A74E;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
}

.menu {
	position: relative;
	z-index: 99;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	text-align: center;
	-ms-align-items: center;
	align-items: center;
	height: 60px;
	background: #00A84F;
	margin-top: .5em;
}

.menu ul > li {
	display: inline-block;
	width: 20%;
	height: 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgba(255,255,255,.3);
	position: relative;
	-webkit-transition: all .26s linear;
    -moz-transition: all .26s linear;
    -ms-transition: all .26s linear;
    -o-transition: all .26s linear;
    transition: all .26s linear;
}


.menu ul > li .second-level {
    position: absolute;
    left: 0;
    width: calc(100% + 1px);
    top: 60px;
    background: #fff;
    color: #000;
    height: auto;
    flex-direction: column;
    margin-top: 0;
    border: 1px solid #ccc;
    border-bottom: none;
    border-top: 0;
    list-style-type: none;
}

.menu ul > li .second-level > li:hover > a {
	color: #007d3c;
}

.menu ul > li .second-level > li:hover {
	background: none;
}

.menu ul > li .second-level > li {
    width: 100%;
    height: auto;	
    cursor: pointer;
    border-right: 0;
}
.menu ul > li .second-level > li:last-child {
	border-bottom: none;
}

.menu ul > li .second-level > li > a {
color: #00A74E;
    width: 100%;
    border-right: 0;
    padding-top: 11px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    text-transform: none;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    line-height: 1.3;
}

.menu ul > li.active > a {
	color: #fff;
}

.menu ul > li.active {
	color: #007D3C;
	background: transparent;
}

.menu ul > li.has-dropdown > a {
	/*cursor: default;*/
	cursor: pointer;
}

.menu ul > li > a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 18px;
    cursor: pointer;
}

.menu ul > li > a.dis-event {
  pointer-events: none;
}

.menu ul > li .drop-down-icon {
	display: none;
}

.menu ul > li.has-dropdown .drop-down-icon {
    width: 20px;
    height: 17px;
    display: inline-block;
    background: url(../svg/arrow-down-green.svg) no-repeat;
    background-size: 21px;
    margin-left: 8px;
}

.menu ul > li.has-dropdown:hover .drop-down-icon {
    background: url(../svg/arrow-up-white.svg);	
        background-size: 21px;
}

.menu ul > li:hover {
	background: rgba(255,255,255,0.1);
}

.mobile-control {
	display: none;
}

.menu ul.second-level {
	display: none;
}

/* Navigation */
.bread-nav-content {
	position: relative;
	background: #fff;
	padding-left: 0;
	padding-right: 25px;
	background: #ededed;
}

.bread-nav-content ul {
	list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 50px;
    padding-top: 14px;
}

.bread-nav-content ul > li {
	float: left;
    padding-right: 8px;
    height: 35px;
}

.bread-nav-content ul > li::after {
	content: ">";
    color: #666;
    margin-left: 8px;
}

.bread-nav-content ul > li:last-child:after {
	content: none;	
}

.bread-nav-content ul > li:last-child {
	padding-right: 0;
}

.bread-nav-content ul > li > a {
    font-size: 16px;
    font-size: 1rem;
    color: #666;
    text-decoration: underline;
}

.bread-nav-content ul > li > span {
    font-weight: 700;
}

/* Main */
.main-content {
	background: #fff;
	padding-bottom: 2em;
	min-height: calc(100vh - 444px);
	margin-bottom: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 16px;
}

.main-content img {
	max-width: 100%;
	height: auto;
}

.main-content h1 {
	color: #00A74E;
	font-size: 45px;
	font-size: 2.8125rem;
	font-weight: 700;
	margin-bottom: .5em;
	padding-top: .2em;
}

.main-content h2 {
	color: #00A54C;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
    margin-bottom: 8px;
    margin-top: 16px;
}

.main-content h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1em;
}
.main-content h4 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 1em;
}

.main-content--hp .right-sidebar {
	position: relative;
	top: -66px;
}

.main-content--hp {
	position: relative;
    top: -140px;
    margin-bottom: -140px;
    padding-top: 0;
}

/* Footer */
.footer {
	background: #333;
	min-height: 200px;
	color: #fff;
}

.footer-content {
	padding: 2em 0 1em;
	min-height: 70px;
}

.footer-col-address {
	padding-left: 125px;
	background: url('../img/layout/logo.png') left top no-repeat;
	line-height: 1.5;
	height: 100%;
}

.footer-col-address > p {
	margin: 0;
	padding: 0;
}

.footer-col-contact {
	text-align: center;
	border-left: 1px solid rgba(153,153,153,.3);
	border-right: 1px solid rgba(153,153,153,.3);
	height: 100%;
	line-height: 1.3;
	font-weight: 100;
}

.footer-col-contact > a,
.footer-col-contact > a:hover {
	text-decoration: underline;
	color: #fff;
}

.footer-col-copy {
	position: relative;
    padding-left: 15px;
}

.footer-col-copy .footer-col-top {
	color: #fff;
	float: right;
	position: relative;
	padding-left: 25px;
	display: block;
}

.footer-col-copy .footer-col-top::before {
content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: -4px;
    top: 3px;
    background: url(../svg/arrow-up-green.svg) center center no-repeat;
    background-size: 16px;
}

.footer-col-copy .footer-col-top:hover {
	text-decoration: none;
}

.clone {
	position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 99px;
    background: #000000;
    opacity: 0.75;
    display: none;
    cursor: pointer;
}

/* Items */

.warp {
    background: #eaeaea;
    padding: 20px 0;
}

.warp.fixed {
	width: 250px;
}

.warp-item {
	display: block;
    color: #333;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 10px 25px;
    text-decoration: underline;
}

.warp-item:hover,
.warp-item.active {
	color: #00A64D;
}

.button {
	background: #00A74E;
	color: #fff;
	display: inline-block;
	-webkit-transition: all .26s linear;
    -moz-transition: all .26s linear;
    -ms-transition: all .26s linear;
    -o-transition: all .26s linear;
    transition: all .26s linear;
    position: relative;
    z-index: 10
}

.button--basic {
	background: linear-gradient(#00a74e, #008540);
	padding: 10px 15px;
	font-weight: 700;
	font-size: 1.25rem;
	font-size: 18px;
	color: #fff;
	border-radius: 7px;
}

.button:hover {
	color: #fff;
	-moz-opacity: .90;
    -khtml-opacity: .90;
    -webkit-opacity: .90;
    opacity: .90;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=90);
    filter: alpha(opacity=90);
    text-decoration: none;
}

.button--eye {
	background: #00A74E url('../img/layout/btn-eye-bg.png') left 14px center no-repeat;
	min-height: 92px;
	padding: 28px 36px 28px 110px;
	font-size: 24px;
	font-size: 1.5rem;
	text-decoration: underline;
}

	.main-content a.button--eye {
		color: #fff;
	}

.files {}
.files-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 10px 15px;
}

.files .files-row:nth-child(odd) {
	background: rgba(234,234,234,.75);
}

.files-title,
.files-content {
	font-size: 18px;
	font-size: 1.125rem;
}

.files-title {
	width: 300px;
	font-weight: 700;
}

.files ul.docs {
	margin: 0 0 0 0;
}

ul.docs {
	padding: 0;
	margin: 0 0 2em 0;
	list-style-type: none;
  clear: both;
}

ul.docs.docs--bold > li,
ul.docs.docs--bold > li > a {
	font-weight: 700;
}

ul.docs > li {
	padding: 2px 2px 2px 36px;
	font-size: 18px;
	font-size: 1.125rem;
}

ul.docs > li > a {
	color: #333;
	text-decoration: underline;
	position: relative;
	font-weight: 400;
}

ul.docs > li > a::before {
	content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    left: -36px;
    top: 4px;
    background: transparent;
}

ul.docs > li > a.file-pdf::before {
    background: url(../svg/pdf.svg) no-repeat;
    background-size: 22px;
}

ul.docs > li > a.file-doc::before {
    background: url(../svg/if_word_272714.svg) no-repeat;
    background-size: 22px;
}

ul.docs > li > a.file-web::before {
    background: url(../svg/if_external-link-square_1608685.svg) no-repeat;
    background-size: 22px;
}

ul.docs > li > a.file-xls::before {
    background: url(../svg/if_excel_272709.svg) no-repeat;
    background-size: 22px;
}

ul.docs > li > a.file-zip::before {
    background: url(../svg/if_file-zip-alt_285690.svg) no-repeat;
    background-size: 22px;
}

.related-documents {
  position: relative;
}

.related-documents__item {
  position: relative;
  margin-bottom: 12px;
}

.related-documents__item .type {
  width: 38px;
  height: 38px;
  text-align: center;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 0;
}
.related-documents__item .text {
    padding-left: 42px;
    text-align: left;
}

.related-documents__item h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.related-documents__item a {
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  color: #333;
}

.related-documents__item .type.pdf {
  background: url(../svg/pdf.svg) no-repeat;
  background-size: 32px;
}

.related-documents__item .type.doc {
  background: url(../svg/if_word_272714.svg) no-repeat;
  background-size: 32px;
}

.related-documents__item .type.xls {
  background: url(../svg/if_excel_272709.svg) no-repeat;
  background-size: 32px;
}

.terms {
	position: relative;
}

.terms a {
	color: #333;
	text-decoration: underline;
	font-weight: 700;
}

.terms-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 12px 20px;
}

.terms .terms-item:nth-child(odd) {
	background: rgba(234,234,234,.75);
}

.terms-date {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	width: 200px;
	flex-basis: 200px;
	min-width: 200px;
}

.cenik .terms-date {
	flex-basis: 50%;
}

.terms.short {
	max-width: 50%;
}

.terms.short67 {
    max-width: 67%;
}

.tabulka-velka .terms-content {
    min-width: 15%;
    font-size: 80%;
    position: relative;
}

.tabulka-velka .terms-item:first-child {
    font-weight: 700;
    color: white;
    background: #07a74e;
}

.person-box {
	clear: both;
	min-height: 150px;
	margin-bottom: 2em;
}

.person-box-img {
	float: left;
	padding-right: 2em;
}

.person-box-img > img {
	border-radius: 50%;
}

.person-box-content {
	font-size: 23px;
	font-size: 1.4375rem;
}

.cite-text {
	font-size: 20px;
	font-size: 1.25rem;
	color: #999;
	font-style: italic;
	font-weight: 100;
}

.heading--question {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	color: #000;
	margin-top: 2em;
}

.right-sidebar {
	padding-left: 50px;
}

.right-sidebar-item {
	margin-bottom: 1.5em;
}

.right-sidebar-header {
	background: #00A84F;
	min-height: 45px;
	color: #fff;
	font-size: 20px;
	font-size: 1.125rem;
	text-transform: uppercase;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding-left: 44px;
	font-weight: 700;
	position: relative;
}

.right-sidebar-header::before {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 10px;
	width: 27px;
	height: 10px;
	background: url('../img/layout/heading-arrow.png');
}
.header-1 {
	background: #00A84F url('../svg/person.svg') left 10px top 10px no-repeat;
	background-size: 20px;
}

.header-2 {
    background: #00A84F url(../svg/edu-table.svg) left 7px top 8px no-repeat;
    background-size: 31px;
}
.header-3 {
	background: #00A84F url('../svg/newspapper.svg') left 8px top 10px no-repeat;
	background-size: 24px;	
}
.header-5 {
	background: #00A84F url('../svg/bell.svg') left 10px top 10px no-repeat;
	background-size: 20px;
}
.header-6 {
	background: #00A84F url('../svg/carrot.svg') left 10px top 10px no-repeat;
	background-size: 20px;
}
.header-7 {
	background: #00A84F url('../svg/calendar.svg') left 10px top 12px no-repeat;
	background-size: 20px;
}

.right-sidebar-content {
	background: #eaeaea;
	padding: 1em;
}

.right-sidebar-content.small-padding {
	padding: 1em 0.5em;
}

.right-sidebar-content table td {
	font-size: 14px;
	font-size: 0.875rem;
	color: #000;
	border: initial;
}

.right-sidebar-content table tr td:first-child {
	padding-right: 8px;
}

.right-sidebar-content table tr td a {
	color: #000;
	text-decoration: underline;
}

.links {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.right-sidebar-link:hover {
	color: #000;
}

.right-sidebar-link {
    color: #000;
    text-decoration: underline;
    font-size: 0.875rem;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-top: 7px;
}

.right-sidebar.links li {
	font-size: 16px;
	font-size: 1rem;
}
.links li {
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: none;
	padding: 2px 0;
}
.links li a {
	color: #000;
	text-decoration: underline;
	font-weight: 700;
}

.article-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.article-list li {
	font-size: 16px;
	font-size: 1rem;
	text-transform: none;
	padding: 4px 0 8px 0;
}

.article-list .article-list-link {
	color: #000;
	font-weight: 700;
	text-decoration: underline;
}

.article-list .article-list-date {
	color: #000;
	font-weight: 100;
	display: block;
}

.main-content .class-box {
	max-height: 170px;
	min-height: 170px;
	margin-bottom: 2em;
	flex-direction: column;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	padding: 4px;
	cursor: pointer;
	max-width: 250px;
	text-decoration: none;
}

.class-box > img {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.class-box:hover .class-box-title,
.class-box .class-box-title,
.class-box:hover {
	text-decoration: none;
	color: #fff;
}

.class-box-title {
	font-size: 40px;
	font-size: 2.5rem;
	display: block;
	color: #fff;
	font-weight: 700;
	z-index: 2;
	text-align: center;
}

.class-box-date {
	display: block;
    background: #00A84F;
    font-size: 20px;
    padding: 2px 10px;
    font-size: 1.25rem;
    color: #fff;
    font-weight: 700;
    z-index: 2;
}

.class-detail-box-info .col {
    font-size: 1.125rem;
    width: 50%;
    float: left;
    padding: 1em;
}

.class-position {
    display: block;
    font-size: 1rem;
}
.class-lector {
    font-weight: 700;
    display: block;
    padding-bottom: 8px;
}

.class-detail-box-info {
	background: #eaeaea;
}

.class-detail-box {
	/*padding-bottom: 2em;*/
}

.scroll-down {
	width: 67px;
	height: 67px;
	background: rgba(255,255,255,.1) url('../svg/arrow-down-white.svg') center center no-repeat;
	background-size: 20px;
	border-radius: 50%;
	display: block;
	position: relative;
	top: -150px;
	left: calc(50% - 33px);
	z-index: 10;
}

hr.line {
	height: 5px;
	width: 100%;
	border: 0;
	background: rgba(204,204,204,.3);
}

.haeding--uppercase {
	font-size: 23px;
	font-size: 1.4375rem;
	color: #00A74E;
	font-weight: 700;
	text-transform: uppercase;
}

.news-detail {
	margin-bottom: 2em;
}

.news-detail > a > img {
  max-height: 147px;
}

.news-detail > h3 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	text-decoration: underline;
	padding-top: 12px;
	margin-bottom: 0.3em;
}

.news-detail h3 > a {
	color: #00A84F;
}

.news-detail .news-detail-date {
	color: #999;
	font-size: 16px;
	font-weight: 100;
}

.news-detail .news-detail-perex {
	font-size: 16px;
	font-size: 1rem;
	color: #666;
}

.class-detail-photos > img {
	padding: 0 5px 0 0;
	margin: 0 auto;
	max-width: 255px;
}

.pages {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -webkit-flex;
}

.pages > li {
    width: 29px;
    height: 30px;
    background: #00A84F;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    color: #000;
    margin: 0 4px 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.pages > li.active {
	background: #00843F;
}

.pages > li > a {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    font-size: 16px;
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}


/* Homepage */
.main-content--hp .right-sidebar {
	padding-left: 0;
	margin-top: 2em;
}

.widget-hp {
	position: relative;
}

.widget-hp-wrapper {
	position: relative;
  max-height: 620px;
}

.widget-hp-video {
    display: block;
    margin-top: -30px;
    background: transparent;
    position: relative;
    left: -46px;
    width: calc(100% + 92px);
}

.hp-content {
	border-top: 5px solid #00A74E;
	padding-top: 1em;
	margin-bottom: 5em;
}

.hp-content .news {
    margin-top: 2em;	
}

.lunch-day {
	display: block;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	font-size: 16px;
	font-size: 1rem;
}

.lunch-title tr > td {
	vertical-align: top;
  border: none;
  text-align: left;
  padding: 0;
}

.lunch-title tr > td > b {
	text-transform: uppercase;
	display: inline-block;
	padding-right: 4px;
	padding: 0;
}

.lunch-title {
	font-size: 0.875rem;
	font-size: 14px;
	color: #000;
	margin-top: .5em;
}

.lunch-menu {
	margin-top: .5em;
}

.lunch-menu tr td {
	padding-bottom: 6px;
	vertical-align: top;
  border: none;
  text-align: left;
}

.lunch-soup {
	max-width: 70px;
    width: 70px;
}

.calendar-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.calendar-list li > a {
	text-decoration: underline;
}

.calendar-list li > .calendar-list-text {
	font-size: 14px;
	font-size: .875rem;
	color: #000;
	line-height: 1.4;
	flex: 1;
}

.calendar-list li {
	padding: 10px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: center;
}

.calendar-list-title {
	background: #fff;
	color: #00A74E;
	font-weight: 700;
	text-align: center;
	padding: 4px 8px;
	font-size: .875rem;
	font-size: 14px;
	margin-right: 1em;
	min-width: 90px;
  max-width: 90px;
	min-height: 30px;
	flex: 1;
}

.link-arrow:hover {
	color: #00A74E;
}

.link-arrow {
	font-size: 18px;
	font-size: 1.125;
	color: #00A74E;
	text-decoration: underline;
	font-weight: 700;
	position: relative;
}

.section {
	margin-bottom: 3em;
}

.section h2 {
	font-size: 50px;
	font-size: 3.125rem;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.1;
}

.section h3 {
	font-size: 30px;
	font-size: 1.875rem;
	color: #666;	
	font-weight: 300;
}

.section-1 {
	background: #f2f2f2;
	padding: 2.5em 2em 2.5em 4em;
	margin-bottom: 5em;
}

.section-slider-title {
	font-size: 25px;
	font-size: 1.5625rem;
	color: #666;
	text-align: center;
	display: block;
	margin-bottom: 0.5em;
}

.section-slider-item > img {
	margin: 0 auto;
	max-width: none;
}

.section-slider-item {
	text-align: center;
}

.slider-pagination {
	position: relative;
	bottom: 150px;
}

.slider-pagination-hp .slider-left {
	width: 36px;
	height: 54px;
	position: absolute;
	top: 10px;
	left: 0;
	background: url('../svg/angle-left.svg') center center no-repeat;
	display: block;
}
.slider-pagination-hp .slider-right {
	width: 36px;
	height: 54px;
	position: absolute;
	top: 10px;
	right: 0;
	background: url('../svg/angle-right.svg') center center no-repeat;
	display: block;
}

.switcher {
	margin-top: 2.5em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}

.switcher {
	
}

.switcher-item.active:hover {
	color: #333;
}
.switcher-item.active {
	color: #333;
	background: #f2f2f2;
	text-decoration: none;
}
.switcher-item:hover {
	color: #00A74E;
}
.switcher-item {
	margin: 0 4px;
	color: #00A74E;
	font-size: 25px;
	font-size: 1.5625rem;
	text-decoration: underline;
	font-weight: 700;
	padding: 3px 14px;
	position: relative;
}
.switcher-item.active::before {
	content:'';
    position: absolute;
    bottom: -11px;
    left: calc(50% - 7px);
    width: 15px;
    height: 20px;
	background: url('../svg/arrow-down-green2.svg') center center no-repeat;
	background-size: 20px;
}

.carousel {
	margin-top: 2em;
}

.carousel-item > .img-wrapper::after {
	width:100%;
  	content:'';
  	display:block;
  	position:absolute;
  	top:0;
  	left:0;
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 69%);
  	height:100%;
}

.carousel-item {
	width: 100%;
	position: relative;
}
.carousel-item > .img-wrapper img {
	max-width: 100%;
}
.carousel-item > .img-wrapper {
	max-width: 100%;
	position: relative;
}

.carousel-info {
	position: absolute;
	top: 50px;
	left: 50px;
	color: #fff;
	z-index: 9;
	width: 350px;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.3;
}

.carousel-info2 > b,
.carousel-info2 > strong{
	display: block;
	font-weight: 700;
	font-size: 20px;
	font-size: 1.25rem;
}

.carousel-info2 {
	position: absolute;
	bottom: 20px;
	left: 50px;
	color: #fff;
	z-index: 9;
	width: 350px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.4;

}

.signs {
	margin-top: 2em;
}
.signs-item > h3 {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
	color: #fff;
}
.signs-item > a {
	font-weight: 700;
	color: #fff;
	text-decoration: underline;
	font-size: 20px;
	font-size: 1.25rem;
}

.signs-item > p {
	margin: 0;
}

.signs-item > .date {
	padding-bottom: .5em;
}

.signs-item {
	min-height: 200px;
	background: url(../img/layout/signs-bg.png) center center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 1.5em;
	height: 100%;
}

.widget-hp-banner {
	width: 440px;
	height: 235px;
	background: url(../img/layout/widget-hp-bg.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	top: 160px;
	left: 0;
}

.widget-hp-banner h1 {
	font-size: 63px;
	font-size: 3.9375rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
}

.widget-hp-banner h1 > span {
	display: block;
	font-size: 30px;
	font-size: 1.875rem;
	padding-bottom: 8px;
	font-weight: 300;
}

.widget-hp-banner-content {
	padding: 1.8em 1em
}

.widget-hp-banner-wrapper {
	position: relative;
	height: 235px;
}

.widget-hp-banner-footer {
	height: 90px;
	width: 100%;
	background: #fff;
	color: #00A64D;
	font-size: 25px;
	font-size: 1.5625rem;
	position: absolute;
	bottom: 0;
	padding: .5em 1em;
	font-weight: 300;
	line-height: 1.3;
}

.section-map {
	position: relative;
	margin-bottom: 7em;
}

.section-map > img {
	max-width: 100%;
}

.section-content-map {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 40%;
}

.more-news {
	display: none;
}


/* CSS lines paint */
.hp-lines1::before {
    content: '';
    position: absolute;
    top: 430px;
    left: 40px;
    width: 640px;
    height: 10px;
    background: #00A74E;
}

.hp-lines1::after {
    content: '';
    position: absolute;
    top: 70px;
    left: 40px;
    width: 10px;
    height: 360px;
    background: #00A74E;
}

.hp-lines2::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 280px;
    width: 180px;
    height: 10px;
    background: #00A74E;
}

.hp-lines2::after {
	content: '';
    position: absolute;
    top: -80px;
    left: 450px;
    width: 10px;
    height: 100px;
    background: #00A74E;
}

.hp-lines3::after {
    content: '';
    position: absolute;
    top: -107px;
    left: 110px;
    width: 10px;
    height: 44px;
    background: #00A74E;
}

.hp-lines4::before {
    content: '';
    position: absolute;
    top: 204px;
    left: -280px;
    width: 330px;
    height: 10px;
    background: #00A74E;
}

.hp-lines4::after {
    content: '';
    position: absolute;
    top: 70px;
    left: 50px;
    width: 10px;
    height: 144px;
    background: #00A74E;
}

.hp-lines5::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: calc(50% - 25px);
    width: 10px;
    height: 100px;
    background: #00A74E;
}

.submenu-wrapper {
	overflow: unset;
}

.harmonogram {
	padding-left: 48px;
	position: relative;
}

.harmonogram::before {
	content: '';
	height: calc(100% - 28px);
	width: 6px;
	background: #00A84F;
	position: absolute;
	top: 20px;
	left: 28px;
}

.harmonogram-item {
	margin-bottom: 1em;
	position: relative;
}
.harmonogram-item > p {
	padding-left: 118px;
}

.harmonogram-item::before {
	content: '';
	height: 26px;
	width: 26px;
	border-radius: 50%;
	background: #00A84F;
	position: absolute;
	top: 0;
	left: -30px;
}
.harmonogram-item::after {
	content: '';
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 7px;
    left: -23px;
}

.harmonogram-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	padding-bottom: 4px;
}

.harmonogram-title .date {
    display: inline-block;
    padding-right: 18px;
    padding-left: 18px;
    position: relative;
    min-width: 210px;
    text-align: left;
}
.harmonogram-title .date::after {
	content: '';
    height: 16px;
    background: #ccc;
    position: absolute;
    width: 1px;
    top: 7px;
    right: 7px;
}

.main-content .contact h2 {
	margin-bottom: .5em;
}

.main-content a.highlighted {
	color: #00A54C;
	font-weight: 700;
}

.contact {
	margin-bottom: 2em;
}

.contact-box {
	padding-bottom: 1em;
}

.contact-box a {
	color: #000;
	font-weight: 700;
	text-decoration: underline;
}

.map-box {
	min-height: 400px;
}

.list {
	padding: 0;
	margin: 0 0 1em 0;
	list-style-type: none;
}

.list li {
    position: relative;
    padding: 4px 0 4px 40px;
    font-size: 18px;
    font-size: 1.125rem;
}

.list li a {
	font-weight: 700;
	color: #000;
	text-decoration: underline;
}


.list li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 6px;
    width: 17px;
    height: 17px;
    background: url(../img/layout/list-bg.png) center center no-repeat;
    background-size: 17px;
}

.intro {
	overflow: hidden;
}

.intro-text {
	color: #333;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2;
	font-weight: 300;
}
.intro-img {
	float: left;
	padding-right: 20px;
}

.people {
	padding: 0;
	margin: 0;
	list-style-type: none;	
}

.people .people-item {
    width: calc(20% - 4px);
    display: inline-block;
    text-align: center;
    padding: 0 8px 2em 8px;
}

.people .people-item > img {
	display: block;
	margin: 0 auto;
  border-radius: 50px;
  max-width: 70px;
  max-height: 70px;
}

.people .people-item a {

}

.people .people-item a:nth-child(2) {
	text-decoration:underline;
}

.people .people-item a:nth-child(2):hover {
	color:initial;
}

.people .people-item a > img {
	border-radius: 50%;
}

.people .people-position,
.people .people-mail {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 300;
	display: block;
	padding-top: 6px;
	color: #333;
}

.people-name {
	display: block;
	padding-top: 10px;
	font-size: 16px;
	font-size: 1rem;
	color: #333;
	font-weight: 700;
}

.pull-right {
	padding: 5px 0 5px 20px;
}
.pull-left {
	padding: 5px 20px 5px 0;
}

.infobox {
    background: #eee;
    padding: 15px 40px;
    overflow: hidden;
    text-align: center;
    line-height: 1.4;
}

.infobox a {
	color: #000;
	font-weight: 700;
	text-decoration: underline;
}

.subject-list > li > a {
	color: #00A74E;
	font-weight: 700;
	font-size: 20px;
	font-size: 1.25rem;
}
.subject-list > li {
	display: inline-block;
	width: 33%;
	line-height: 1.2;
	vertical-align: top;
	padding: 6px 10px 6px 0;
}
.subject-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.table td, 
.table th {
	text-align: center;
	border: 1px solid #ccc;
	padding: 6px;
}

.table {
	width: 100%;
	border-collapse: collapse; 
}

.table-admissions tr td {
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 18px 8px;
	color: #333;
}
.table-admissions thead th {
	border: none;
	background: #eaeaea;
	font-size: 1rem;
	font-size: 16px;
	font-weight: 700;
	height: 48px;
	vertical-align: middle;
}

.table-admissions-search {
	background: rgba(234,234,234, .5);
	height: 48px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.table-admissions-search .input-submit {
	min-width: 98px;
}
.table-admissions-search .input-search {
	margin-right: .5em;
}


table td, 
table th {
  text-align: center;
  border: 1px solid #ccc;
  padding: 6px;
}

table {
  width: 100%;
  border-collapse: collapse; 
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.input-search {
	border: 1px solid #ccc;
	height: 32px;
	padding-left: 6px;
	min-width: 160px;
}
.input-submit {
	height: 32px;
	background: #00A84F;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 1rem;
	font-size: 16px;
	border: 1px solid transparent;
	cursor: pointer;
}

.gallery {
	display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 1.1em 0;
    text-align: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery-main .gallery-title {
  text-decoration: underline;
}
.gallery-main .gallery-item > a:first-child {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  min-height: 210px;
  align-items: center;
  justify-content: center;
}
.gallery-main .gallery-item img {
  max-height: 180px;
}
.gallery-main .gallery-item {
flex-basis: calc(33.3% - 16.5px);
    width: calc(33.3% - 16.5px);
    margin-right: 25px;
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.1), 0 6px 30px 0 rgba(0, 0, 0, 0.09);
    padding: 8px 0;
}

.gallery-main .gallery-item:nth-child(3n + 3) {
  margin-right: 0;
}

.gallery-main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.gallery-title-photo {
  min-height: 250px;
  max-height: 250px;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.gallery-item {
	margin: 12.5px 0;
    flex-basis: 315px;
    -webkit-flex-basis: 315px;
    margin-right: 54px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}

.gallery-date {
	font-size: 18px;
	font-size: 1.125rem;
	color: #999;
}

.gallery-title:hover {
	color: #000;
}
.gallery-title {
	padding-top: 10px;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	color: #000;
}

.gallery-detail {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.gallery-detail  .gallery-detail-item {
	padding-left: 0;
	flex-basis: 50%;
	margin-bottom: 2em;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.gallery-detail  .gallery-detail-item > img {
	max-width: 90%;
}

.gallery-detail.c33 .gallery-detail-item {
	flex-basis: 33.3%;
}

.lunch-box {
	
}

.lunch-box-buttons {
	
}

.lunch-box-list > div {
	display: none;
}

.lunch-box-list > div:first-child {
	display: block;
}

.lunch-menu {
	margin-top: 10px;
}

.lunch-menu-item {
    font-size: 18px;
    font-size: 1.125rem;
}

.lunch-menu-day {
	background: #F2F2F2;
    color: #00A54C;
    font-weight: 700;
    padding: 13px 25px;
    text-transform: uppercase;
}

.lunch-menu-content {
	padding: 10px 0 0 30px;
}

.lunch-menu-content > ol {
	counter-reset: item;
    list-style-type: none;
    padding: 0;
    margin-top: .5em;
}

.lunch-menu-content > ol > li {
	display: block;
    padding: 4px 0 4px 20px;
    line-height: 1.4;
    position: relative;

}

.lunch-menu-content > ol > li:before {
	content: counter(item) "  "; 
    counter-increment: item;
    position: absolute;
    left: 0;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
}

.lunch-box-buttons {
	margin-top: 40px;
	text-align: center;
}

.lunch-box-buttons > .lunch-box-buttons-link {
	display: block;
	color: #009044;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: underline;
	margin-top: 28px;
	font-size: 18px;
    font-size: 1.125rem;
}
.lunch-box-buttons > .button {
	padding: 12px 45px;
}

.frame-page-control a {
	color: #00A74E;
	font-weight: 700;
	display: inline-block;
	padding-left: 50px;
	background: url(../svg/arrow-left-long.svg) left center no-repeat;
	background-size: 32px;
	text-decoration: underline;
}
.frame-page-control {
	position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.sidebar-line {
	height: 1px;
    width: calc(100% + 2em);
    background: #ccc;
    border: 0;
    margin: 5px -1em;
}

.page-switcher {
	width: 360px;
    height: 44px;
    border: 1px solid #dadada;
    border-radius: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-radius: 5px;
    margin: 0 auto 30px auto;
}

.page-switcher > a {
    height: 44px;
    flex: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-weight: 700;
	text-align: center;
    line-height: 1;
}

.page-switcher > a.active {
    color: #00a84f;
    background: #EFF7EC;
    height: 42px;
    padding-top: 3px;
}

.page-switcher > a:nth-child(1) {
    border-right: 1px solid #dadada;
}


.show-more {
    position: relative;
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 50px;
}

.show-more-btn {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#ffffff', GradientType=0);
    position: absolute;
    top: 160px;
    left: 0px;
    width: 100%;
    height: 140px;
    padding-top: 50px;
    display: block;
    text-decoration: none !important;
}

.show-more-btn .more-less-btn {
    width: 53px;
    height: 53px;
    position: relative;
    margin: 0 auto;
    display: block;
    background: url(../img/layout/more-less-btn.png) left center no-repeat;
}


.show-more-btn.open .more-less-btn {
  background: url("../img/layout/more-less-btn.png") -53px center no-repeat;
}

.show-more.open {
  height: auto;
  max-height: inherit;
}

.show-more.open>.show-more-btn {
    background: none;
    -webkit-filter: none;
    filter: none;
    position: relative;
    height: 75px;
    padding-top: 0px;
    top: 10px;
}

.ladder-bubble {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.ladder-bubble-col {
	text-align: center;
}

.ladder-bubble-col.col1 {
	padding-right: 8px;
}
.ladder-bubble-col.col2 {
	padding-left: 8px;
}

.ladder-bubble-col img {
	max-width: 70%;
}

.fancybox-close-small:hover {
    background-position: 0 -51px!important;
}
.fancybox-close-small {
    background: url(../img/layout/bg-lightbox-close.png) top left no-repeat!important;
    background-size: 51px 102px!important;
    width: 51px!important;
    height: 51px!important;
    right: -25px!important;
    top: -25px!important;
    z-index: 9999!important;
}

.fancybox-close-small:after {
	display: none;
}

.activities {
	padding-left: 26px;
}

.img-box {
  margin-bottom: 1em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.img-box__img {
  padding-right: 20px;
  min-width: 250px;}

.img-box__content {
  
}

.result-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.result-box__item:hover {
  text-decoration: none;
  color: #000;
}
.result-box__item.active {
  background: #eaeaea;
}
.result-box__item {
  padding-right: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-decoration: none;
  margin: 13px 0px;
  padding: 12px 5px;
  flex-basis: 25%;
  width: 25%;
}

.result-box .result-box__item:last-child {
  padding-right: 0;
}

.result-box__number {
  font-size: 50px;
  color: #00A74E;
  font-weight: 700;
  padding-top: 1px;
  min-width: 70px;
  text-align: center;
}
.result-box__content {
  padding-left: 1px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.result-box__title {
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
  color: #000;
}
.result-box__term {
  font-size: 1rem;
  padding-top: 5px;
  color: #000;
}
.result-box__date {
  color: #999;
  font-size: 1rem;
  padding-top: 1px;
}

/* Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
	.pages {
		justify-content: center;
	}
	.class-detail-box-info .col {
		width: 100%;
		padding: .5em .5em 0 .5em;
	}
	.widget-hp .widget-hp-banner .widget-hp-banner-content {
	    padding: 1.5em .75em;
	}	

	.harmonogram {
		padding-left: 3em;
	}
	.harmonogram .harmonogram-item {
		padding-left: 0;
	}

	.harmonogram::before {
		left: 14px;
	}

	.harmonogram-item::before {
		left: -44px;
	}

	.harmonogram-item::after {
		left: -37px;
	}

	.main .subject-list > li {
		width: 99%;
	}

	.table-admissions tr td {
		text-align: right;
	}

	.main-content .gallery .gallery-item {
		margin-right: 0;
		flex-basis: 100%;
    	-webkit-flex-basis: 100%;
	}
	.gallery-detail .gallery-detail-item {
    	flex-basis: 100%;
	}
	.gallery-detail .gallery-detail-item > img {
		max-width: 90%;
	}
  .gallery-main .gallery-item:nth-child(3n) {
    margin-right: 25px;
  }
  .gallery-main .gallery-item:nth-child(even) {
    margin-right: 25px;
  }


 }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 

	main .text--big {
		font-size: 20px;
		font-size: 1.125rem;
		line-height: 1.5;
	}

	main p {
    	font-size: 16px;
    	font-size: 1rem;
	}
  .result-box {
    flex-direction: column;
  }
  .result-box__item {
    flex-basis: 100%;
    width: 100%;
    padding: 5px;
    margin: 0;
  }
	
	.pull-right {
		display: block;
	}
	.pull-left {
		display: block;
	}
	
	.terms.short {
		max-width: 100%;
	}

	.list li {
		    	font-size: 16px;
    	font-size: 1rem;
	}
	.main-content .contact h2 {
		text-align: left;
	}
	.bread-nav-content ul > li {
		height: 24px;
	}
	.harmonogram-item {
		padding-left: 1em;
	}
	.harmonogram-title .date {
	    display: block;
	    color: #00a84f;
	    font-weight: 400;
	    padding-right: 0;
	    text-align: left;
	}
	.harmonogram-title .date::after {
		content: none;
	}

	.menu {
		position: absolute;
	    z-index: 99;
	    right: 0;
	    background: #1AB161;
	    position: absolute;
	    top: 89px;
	    width: 320px;
	    min-height: calc(100vh - 94px);
	    height: calc(100vh - 94px);
	    overflow-y: auto;
	    right: 0;
	    z-index: 99;
	    display: none;
	}

	.menu > ul {
		margin-top: 0;
		flex-direction: column;
		position: relative;
		height: auto;
		background: #1AB161;
	}

	.menu > ul > li.is-open {
		height: auto;
		padding: 0;
		min-height: 47px;
	}
	.menu > ul > li {
		display: block;
		text-align: left;
    	border-bottom: 1px solid rgba(255,255,255,.3);
    	padding: 0;
    	 width: 100%!important;
    	 height: 48px;
    	 cursor: default;
	}

	.menu ul > li.active {
		background: #1ab161
	}

	.menu > ul.menu-items > li > a {
		font-size: 18px;
		font-size: 1.125rem;
	    padding: 13px 0 0 20px;
	    height: 47px;
	}	
	.header-content {
		border-bottom: 45px solid #333;
		padding-top: 10px;
    	padding-bottom: 10px;
		padding-left: 0;
    	padding-right: 0;
	}
	
	.menu > ul > li > a .drop-down-icon{
		float: right;
		margin-right: 20px;
		background-size: 25px;
    	height: 19px;
	}


	.menu ul.second-level li {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,.3);
		height: 44px;
	}

	.menu ul.second-level li:last-child {
		border-bottom: 0;
	}

	.header .menu ul.second-level li > a {
	    text-align: left;
	    padding-left: 40px;
	    padding-top: 12px;
	    padding-bottom: 10px;
	    text-transform: none;
	    font-size: 16px;
	    font-size: 1rem;
	}

	.menu ul > li:hover {
		background: none;
	}

	.menu ul > li.is-open .drop-down-icon {
		background: url(../svg/arrow-up-white.svg) no-repeat !important;
		background-size: 21px!important;
	}
	.menu ul > li:hover .drop-down-icon {
		background: url(../svg/arrow-down-green.svg);
		background-size: 21px;
	}
  .menu ul > li.has-dropdown:hover .drop-down-icon {
        background: url(../svg/arrow-down-green.svg);
    background-size: 21px;
  }
  .bread-nav-content {
    padding-left: 15px;
    padding-right: 15px;
  }
	.menu ul > li .second-level > li:hover > a {
		color: #fff;
	}
	
	.menu ul > li:hover .second-level {
		position: relative;
	}
	.mobile-control {
		display: block;
	    float: none;
	    min-height: 50px;
	    position: absolute;
	    top: 14px;
	    min-width: 40px;
	    right: 0px;
	    text-align: center;
	}
	.mobile-control-menu:hover,
	.mobile-control-close:hover {
		color: #00A74E;
		text-decoration: none;
	}

	.mobile-control-menu {
		height: 50px;
		background: url('../svg/hamburger.svg') top 7px center no-repeat;
		display: block;
		padding-top: 36px;
		font-size: 13px;
		font-size: 0.8125rem;
		color: #00A74E;
		font-style: normal;
		font-weight: 700;
		text-transform: uppercase;
		cursor: pointer;
	}

	.mobile-control-close.is-open {
		display: block;
	}

	.mobile-control-close {
		background: url('../svg/close.svg') top 6px center no-repeat;
		background-size: 28px;
		height: 50px;
		display: none;
		padding-top: 36px;
		font-size: 13px;
		font-size: 0.8125rem;
		color: #00A74E;
		font-style: normal;
		text-transform: uppercase;
		font-weight: 700;
		cursor: pointer;
	}
	.footer-col-address {
		background: url(../img/layout/logo.png) right top no-repeat!important;
		min-height: 80px;
		padding-right: 96px;
		margin: 0;
	}
	.footer-col-contact {
		border-left: 0;
		border-right: 0;
		text-align: left;
		padding: 1em 0;
		color: #fff;
	}
	.footer-content {
		padding-right: 0!important;
    	padding-left: 0!important;
	}
	.footer-col-copy {
		padding-left: 0;
	}
	.warp {
		display: none;
	}
	.button--eye {
		font-size: 18px;
		font-size: 1.125rem;
		padding: 0 0 0 60px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		background-size: 50px;
		min-height: 62px;
	}

	.files-row {
		flex-direction: column;
	}
	.files-title, .files-content {
		width: 100%;
	}
	.files-title {
		padding-bottom: .5em;
	}
	.terms-item {
		flex-direction: column;
	}

	.tabulka-velka .terms-item:first-child { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.tabulka-velka .terms-item {
		padding: 12px 10px;
	}

	.tabulka-velka .terms-item .terms-content {
    border-bottom: 2px solid #ccc;
    padding: 4px 6px;
    padding-left: 55%;
    border: 0;
    position: relative;
    line-height: 1.3;
    text-align: right;
}

.tabulka-velka .terms-item .terms-content::before {
    content: attr(data-label);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: 700;
    color: #000;
}

	.terms-date {
		width: auto;
    	flex-basis: auto;
    	min-width: auto
	}
	.class-box {
		margin: 0 auto 2em auto;
	}
	.menu ul > li.active .drop-down-icon {
		    background: url(../svg/arrow-down-green.svg) no-repeat;
		        background-size: 25px;
	}
	.news-detail {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: flex-start;
		-ms-align-items: center;
		align-items: center;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.menu ul > li > a {
		pointer-events: initial;
	}

	.widget-hp-video {
		margin-top: 0;
    	/*margin: 0 -15px;*/
    	max-width: 100%!important;
	}
	.section-map .section-content-map {
		top: 0;
		left: 0;
		text-align: center;
	}
	.widget-hp-wrapper {
		margin: 0;
		padding: 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		height: auto;
	}
	.widget-hp-wrapper .widget-hp-banner {
		top: 0;
	    left: 0;
	    width: 100%;
	    position: relative;
	    order: -1;
	    height: 190px;
	}
	.scroll-down {
		display: none;
	}

	.main-content--hp {
		top: -70px;
		margin-bottom: -70px;
	}
	.activities > img {
		max-width: 100%;
	}
	.switcher-item {
		font-size: 1rem;
		font-size: 16px;
		padding: 3px 5px;
	}
	.section-slider .section-slider-item img {
		max-width: 100%;
	}
	.carousel-item {
		background: #333;
		height: auto;
		padding-bottom: 1em;
	}
	.carousel-info,
	.carousel-info2 {
		position: relative;
	    top: 0;
	    left: 0;
	    width: 100%;
	    background: #333;
	    padding: .5em 1em 0 1em;
	    margin: 0;	
	}
	.carousel-info2 {
		padding-top: 0;
	}
	.carousel-item > .img-wrapper::after {
		content: none;
	}
	.section-content p {
		padding-right: 0;
		padding-left: 0;
	}

	.section-content {
		padding-left: 0!important
	}

	.button--basic {
		text-align: center;
	}

	.section-1 {
		padding: 1.5em 1em;
	}

	.section h2 {
		font-size: 1.875rem;
		font-size: 30px;
	}

	.widget-hp-wrapper .widget-hp-banner h1 {
		font-size: 50px;
		font-size: 3.125rem;
	}

	.widget-hp-wrapper .widget-hp-banner h1 > span {
		font-size: 25px;
		font-size: 1.5625rem;
	}

	.widget-hp-banner .widget-hp-banner-wrapper {
		height: 190px;
	}

	.widget-hp-banner-footer {
		font-weight: 500;
		height: auto;
		min-height: 60px;
	}

	.widget-hp-banner .widget-hp-banner-content {
		    padding: 1.5em 1em;
	}

	.menu ul > li .second-level {
	    position: relative;
	    left: 0;
	    width: calc(100% + 0px);
	    top: 0;
	    background: #148B4D;
	    color: #fff;
	    border: 1px solid rgba(255,255,255,.3);
	    border-bottom: 0;
	}

	.menu ul > li .second-level li:last-child {
	    border-bottom: 0;
	}

	.menu ul > li .second-level li a {
		color: #fff;
		border-bottom: 0;
	}

	.more-news {
		display: block;
	}

	.carousel-wrapper .carousel-info2,
	.carousel-wrapper .carousel-info {
		top: 0;
		left: 0;
		font-size: 16px;
	}
	.carousel-wrapper .carousel-info p {
		font-size: 16px;
	}

	.more-news .more-news-plus:hover {
		text-decoration: none;
	}

	.news-wrapper {
		max-height: 640px;
    	overflow: hidden;
	}
	.news-wrapper.is-open {
		max-height: none;
	}
	.more-news .more-news-plus {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	    justify-content: center;
	    align-items: center;
	    color: #fff;
	    font-size: 41px;
	    top: 100px;
		width: 50px;
		height: 50px;
		margin: 0 auto;
		border-radius: 50%;
		background-color: #00A74E;
		position: relative;
	}

	.more-news {
		width: 100%;
	    position: absolute;
	    bottom: 0;
	    height: 180px;
		background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 99%);
		background: -o-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 99%);
		background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 99%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	}

	.right-sidebar-item {
		height: 45px;
    	overflow: hidden;
    	margin-bottom: 6px;
	}

	.main-content--hp .right-sidebar {
		margin-bottom: 2em;
	}

	.right-sidebar-item.is-open .right-sidebar-header::after {
		background: url(../svg/minus-icon.svg) right center no-repeat;
	    background-size: 23px;
	}

	.right-sidebar-header::after {
		content: '';
	    width: 26px;
	    height: 26px;
	    position: absolute;
	    top: 8px;
	    right: 10px;
	    background: url(../svg/plus-icon.svg) right center no-repeat;
	    background-size: 23px;
	}

	.right-sidebar-item.is-open {
		height: auto;
	}

	.right-sidebar-header.header-5 {
		background: #00A84F url(../svg/bell-green.svg) left 10px top 10px no-repeat;
    	background-size: 20px;
	}

	.right-sidebar-header.header-6 {
	    background: #00A84F url(../svg/carrot-green.svg) left 8px top 13px no-repeat;
	    background-size: 25px;
	}

	.right-sidebar-header.header-7 {
		background: #00A84F url(../svg/calendar-green.svg) left 10px top 10px no-repeat;
    	background-size: 20px;
	}
	
	.section-boxes {
		margin-bottom: 0;
	}
	.submenu-wrapper {
		text-align: left;
	    position: relative;
	    top: auto;
	    bottom: -10px;
	    height: 45px;
	    margin-left: -15px;
    	margin-right: -15px;
    	padding-left: 15px;
    	padding-right: 15px;
	}
	.submenu-wrapper-content {
		overflow: scroll;
		height: 45px;
		display: block;
		box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    width: 100%;
	}

	.header-top .submenu > li:last-child {
		padding-right: 0;
	}
	.header-top .submenu > li {
		padding-left: 0;
		padding-right: 2em;
	}
	.header-top .submenu > li > a {
		font-size: 15px;
		font-weight: 700;
		color: #fff;
	}

	.header-top .submenu {
		text-align: left;
		position: relative;
		top: 11px;
		width: 100%;
		white-space: nowrap;
	}
	.shadow-right {
    position: relative;
  }
  .shadow-left {
    position: relative;
  }
  .shadow-left::before {
    content: '';
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(#333), to(transparent));
    background: linear-gradient(to right, #333 0%, transparent 100%);
    width: 100px;
    height: 100%;
    z-index: 9;
    left: 0;
     pointer-events: none;
  }
  .shadow-right::after {
    content: '';
    position: absolute;
    background: -webkit-gradient(linear, right top, left top, from(#333), to(transparent));
    background: linear-gradient(to left, #333 0%, transparent 100%);
    width: 100px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9;
    right: 0;
    pointer-events: none;
  }
  .intro-img {
  	float: none;
  	padding-bottom: 10px;
  }

  body .m-unfloat {
	float: none!important;
	padding: 0 0 .5em 0!important;
  }

  .m-hide {
  	display: none!important;
  }
  .harmonogram-item > p {
  	padding-left: 0;
  }
  	.subject-list > li {
		width: 49%;
	}

	/* table responsive mode */
	.table,	.table thead, .table tbody, .table th, .table td, .table tr { 
		display: block; 
	}
	.table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.table td {
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}

	.table td:before {
		content: attr(data-label);
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	.table-admissions tr td {
		padding: 6px;
		padding-left: 55%;
		border: 0;
	}
	.table-admissions td:before {
		text-align: left;
		font-weight: 700;
	}
	.table-admissions tr {
		border-bottom: 2px solid #ccc;
	}
	.gallery .gallery-item {
		margin-right: 0;
		flex-basis: 50%;
    -webkit-flex-basis: 50%;
	}

  .gallery-main .gallery-item {
    flex-basis: calc(50% - 12.5px);
    width: calc(50% - 12.5px);
    margin-right: 25px;
  }

  .gallery-main .gallery-item:nth-child(2n + 2) {
    margin-right: 0;
  }

  .gallery-main .gallery-item:nth-child(3n + 3) {
    margin-right: 25px;
  }

	.ladder-bubble {
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
	}

	.ladder-bubble-col.col1 {
		padding-right: 0;
		text-align: center;
	}
		.ladder-bubble-col.col2 {
		padding-left: 0;
		text-align: center;
	}
	.ladder-bubble img {
		max-width: 70%;
	}
  .img-box {
    flex-direction: column;
  }
  .img-box__img {
    max-width: 100%;
    padding-right: 0;
    text-align: center;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
	.page-switcher {
		width: 100%;
	}
	.footer-col-address {
		padding-left: 0;
		background: url(../img/layout/logo.png) left top 90px no-repeat;
	}
	.footer-col-copy .footer-col-top {
		float: none;
		margin-top: 20px;
	}
	
	.submenu {
	    text-align: right;
	}
	.menu ul > li.menu--double {
		width: 28%;
	}
	.menu ul > li {
		width: 18%;
	}

	.menu ul > li > a {
		font-size: 14px;
		font-size: 0.875rem;
		padding-top: 20px;
	}
	.drop-down-icon {
		background-size: 18px;
		height: 14px;
	}

	.header-top-items > a {
		padding-right: 0;
		margin-right: 0;
	}
	
	.header-top-items > a.header-item-1::before {
		content: none;
	}

	.header-top-items > a.header-item-2 {
		display: none;
	}
	.warp.fixed {
		display: none;
	}
		.drop-down-icon {
		margin-left: 8px;
	}
	.class-box-title {
		font-size: 2rem;
	}
	.class-detail-photos > img {
		padding: 0 5px 10px 0;
	}

	.main-content--hp .right-sidebar {
		top: 0;
		margin-top: 1em;
	}
	.widget-hp-wrapper > .widget-hp-video {
		max-width: calc(100% + 0px);
    	margin: 0;
	}
	.widget-hp-banner {
		width: 300px;
		height: 160px;
	}
	.widget-hp-banner-wrapper {
		height: 160px;
	}
	.widget-hp-banner-content {
		padding: .8em .5em;
	}
	.widget-hp-banner-footer {
		font-size: 16px;
	    font-size: 1rem;
	    height: 60px;
	}
	.widget-hp-banner h1 {
		font-size: 43px;
		font-size: 2.6875rem;
	}
	.widget-hp-banner h1 > span {
		font-size: 25px;
    	font-size: 1.5625rem;
	}


	.section-content-map {
		position: relative;
    top: 0!important;
    left: 0!important;
	    width: 100%;
	    margin-top: 2em;
	}
  .header-content > .row {
    margin-left: 0;
    margin-right: 0;
  }
	.section .signs > div > div {
		margin-bottom: 1em;
	}
	.menu ul > li .second-level > li > a {
		font-size: 15px;
		font-size: 0.9375rem;
		line-height: 1.1;
    padding-right: 4px;
	}

	.carousel-info {
		top: 20px;
		left: 20px;
	}

	.carousel-info2 {
		left: 20px;
	}

	.carousel-info p {
		font-size: 15px;
	}

	.carousel-info2 {
		font-size: 12px;
	}
 }

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
	.submenu > li {
		padding-left: 1em;
	}

	.warp.fixed {
		width: 210px;
	}

	.section .activities {
		text-align: center;
    	margin-bottom: 2em;
	}

	.section h2 > br {
		display: none;
	}

	.section h2 {
		text-align: center;
	}

	.drop-down-icon {
		margin-left: 0;
	}

	.menu ul > li > a {
		padding-left: 4px;
	}
		.class-detail-box-info {
		margin-bottom: .5em;
	}

	.right-sidebar {
		padding-left: 0;
	}	

	.scroll-down {
		top: -150px;
	}

	.news-detail {
		margin-bottom: 0.5em;
	}

	.news {
		margin-bottom: 1em;
	}

	.section-slider {
		margin-top: 1em
	}

	.section-content-map {
		top: 20px;
    	left: 20px;
	}
	
	.hp-lines1::before, .hp-lines2::before, .hp-lines3::before, .hp-lines4::before, .hp-lines5::before,
	.hp-lines1::after, .hp-lines2::after, .hp-lines3::after, .hp-lines4::after, .hp-lines5::after {
		content: none;
	}
	.section-map {
		margin-bottom: 2em;
	}
	.warp-item {
		font-size: 16px;
    	font-size: 1rem;
    	padding: 4px 16px;
	}
}

/* Extra large devices (desktops, less than 1400px) */
@media (max-width: 1399.98px) { 
	.widget-hp-video {
		left: auto;
	    max-width: calc(100% + 30px);
	    margin: 0 -15px;
	}
	.widget-hp-banner {
		top: 44px;
    	left: 40px;
	}
	.gallery-item {
		margin-right: 0;
		flex-basis: 33%;
    	-webkit-flex-basis: 33%;
	}
	.gallery-item > a > img {
		max-width: 90%;
	}
  .header-content > .row {
    background: none;
  }

  body {
    background: #fff;
  }


}

/* Little framework */
.db	{
	display: block;
}
.df {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.fww {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.jcc {
	justify-content: center;
}

.jcl {
    justify-content: flex-start;	
}

.jcfe {
	justify-content: flex-end;
}

.jcr {
	justify-content: flex-end;
}

.aic {
	-ms-align-items: center;
	align-items: center;	
}	

.nb {
	border: none!important;
}

.tac {
	text-align: center;
}

.text--big {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2;
	margin-bottom: 1.5em;
}

.text--info {
	font-size: 1.25rem;
	font-size: 18px;
	color: #999;
}
.uc {
	text-transform: uppercase;
}

.ttu {
	text-transform: uppercase;
}

.w10 {
	width: 10%;
}
.w20 {
	width: 20%;
}
.w30 {
	width: 30%;
}
.w40 {
	width: 40%;
}
.w50 {
	width: 50%;
}
.w60 {
	width: 60%;
}
.w70 {
	width: 70%;
}
.w80 {
	width: 80%;
}
.w90 {
	width: 90%;
}
.w100 {
	width: 100%;
}

.mb05 {	margin-bottom: .5em;}
.mb1 { margin-bottom: 1em; }
.mb2 {
	margin-bottom: 2em;
}
.mb3 {
	margin-bottom: 3em;
}
.mb4 {
	margin-bottom: 4em;
}
.mb5 {
	margin-bottom: 5em;
}

.mt05 {margin-top: .5em;}
.mt1 {margin-top: 1em;}
.mt2 {margin-top: 2em;}
.mt3 {margin-top: 3em;}
.mt4 {margin-top: 4em;}
.mt5 {margin-top: 5em;}

.mt1 {
	margin-top: 1em;
}

.mt2 {
	margin-top: 2em;
}

.pr1 {
	padding-right: 1em;
}
.pr2 {
	padding-right: 2em;
}
.pr3 {
	padding-right: 3em;
}
.pr4 {
	padding-right: 4em;
}
.pr5 {
	padding-right: 5em;
}
.pl1 {
	padding-left: 1em;
}
.pl2 {
	padding-left: 2em;
}
.pl3 {
	padding-left: 3em;
}
.pl4 {
	padding-left: 4em;
}
.pl5 {
	padding-left: 5em;
}

.pull-left {
	float: left!important;
}

.pull-right {
	float: right!important;
}

.hidden {
	visibility: hidden!important;
}

.m0 {
	margin: 0;
}
.p0 {
	padding: 0;
}



/* Browser settings */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 14px;
	color: #999;
	font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
	font-size: 14px;
	color: #999;
	font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
	font-size: 14px;
	color: #999;
	font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
	font-size: 14px;
	color: #999;
	font-style: italic;
}


